|
Internal Name: |
Web Application Context |
|
Description: |
a web application context |
|
Singleton: |
no |
|
Plugin: |
JBossAS5 |
|
Name |
Description |
Required |
Internal Name |
|
Component Type |
|
yes |
componentType |
|
Component Subtype |
|
yes |
componentSubtype |
|
Component Name |
|
yes |
componentName |
|
Response Time Log File |
the full path to the log file containing response-time stats for this webapp |
no |
responseTimeLogFile |
|
Response Time Url Excludes |
a space-delimited list of regular expressions specifying URLs that should be excluded from response-time stats collection |
no |
responseTimeUrlExcludes |
|
Response Time Url Transforms |
a space-delimited list of Perl-style substitution expressions that should be applied to all URLs for which response-time stats are collected (e.g. |^/dept/finance/.*|/dept/finance/*|) |
no |
responseTimeUrlTransforms |
|
Virtual Host |
this WAR's virtual host (e.g. localhost) |
yes |
virtualHost |
You must use the internal name to reference properties in Dynamic Group Definition expressions.
|
Name |
Type |
Description |
Internal Name |
|
Clustered |
trait |
True if this web application context is clustered |
clustered |
|
Virtual Host |
trait |
the virtual host with which this context is associated |
virtualHost |
|
Response Time |
calltime |
the minimum, maximum, and average response times for requests serviced by this webapp |
responseTime |
|
Currently Active Sessions |
measurement |
the number of sessions that are currently active for this WAR |
activeSessions |
|
Maximum Active Sessions |
measurement |
the maximum number of sessions that have been active for this WAR |
maxActive |
|
Created Sessions |
measurement |
the number of sessions created for this WAR |
sessionCounter |
|
Created Sessions per Minute |
measurement |
the number of sessions created for this WAR |
sessionCounter |
|
Expired Sessions |
measurement |
the number of expired sessions for this WAR |
expiredSessions |
|
Expired Sessions per Minute |
measurement |
the number of expired sessions for this WAR |
expiredSessions |
|
Rejected Sessions |
measurement |
the number of sessions rejected for this WAR |
rejectedSessions |
|
Rejected Sessions per Minute |
measurement |
the number of sessions rejected for this WAR |
rejectedSessions |
|
Average Session Alive Time |
measurement |
the average alive time of sessions for this WAR |
sessionAverageAliveTime |
|
Max Session Alive Time |
measurement |
the maximum alive time of sessions for this WAR |
sessionMaxAliveTime |
|
Minimum Response Time |
measurement |
the minimum response time for requests serviced by this WAR |
Servlet.minimumResponseTime |
|
Average Response Time |
measurement |
the average response time for requests serviced by this WAR |
Servlet.averageResponseTime |
|
Maximum Response Time |
measurement |
the maximum response time for requests serviced by this WAR |
Servlet.maximumResponseTime |
|
Total Response Time |
measurement |
the total response time for requests serviced by this WAR |
Servlet.totalResponseTime |
|
Total Response Time per Minute |
measurement |
the total response time for requests serviced by this WAR |
Servlet.totalResponseTime |
|
Number of Requests Serviced |
measurement |
the number of requests serviced by this WAR |
Servlet.requestCount |
|
Number of Requests Serviced per Minute |
measurement |
the number of requests serviced by this WAR |
Servlet.requestCount |
|
Number of Error Responses |
measurement |
the number of error responses sent by this WAR |
Servlet.errorCount |
|
Number of Error Responses per Minute |
measurement |
the number of error responses sent by this WAR |
Servlet.errorCount |
You must use the internal name to reference traits in Dynamic Group Definition expressions.